Updated the python dependencies (targeted for Beam 2.63.0)#33658
Updated the python dependencies (targeted for Beam 2.63.0)#33658liferoad merged 4 commits intoapache:masterfrom
Conversation
|
For |
|
Assigning reviewers. If you would like to opt out of this review, comment R: @shunping for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
I see that all tests are passing - is it still an issue? I might be risky to make this change in 2.63.0 given that we won't have much time to test the changes before the release train starts, hence, higher risk of upgrade issues in 2.63.0; i would target this for 2.64.0 |
I think it is not risky since we do not directly depend on pandas and numpy and the critical probuf version is already upgraded to 5.x with 813ef7c 3 weeks ago. |
|
LGTM |
|
#33697 is opened to track the flaky doctest issue. |
jrmccluskey
left a comment
There was a problem hiding this comment.
LGTM, as discussed offline hopefully we'll find a better way to keep these in sync with dependabot PRs moving forward
|
numpy 2 still fails a test, see #33774 (comment) |
Fixes #33639.
Following https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-HowtoupdatedependenciesthatareinstalledinPythoncontainerimages:
and https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters, updated the base image deps.
Some notable package updates:
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.